home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / DalHelper / Rexx / DalHelperID.amirx < prev   
Text File  |  1999-09-27  |  565b  |  14 lines

  1. /* DalHelperID.amirx
  2. \\ $VER: DalHelperID.amirx 1.0 (27.09.99)
  3. // Written by Donald T. Becker (dtbecker@prolog.net) IRC: StarDustr
  4. \\ Please mail any bug reports/comments to the above address with a subject
  5. // header of DalHelper.amirx.
  6. \\
  7. // ** What to do with this file?
  8. \\ Put this script in AmIRC/Rexx
  9. //  Make the following entry in Amirc's Notify Event:
  10. \\
  11. //  DalHelperID %p
  12. \\
  13. */
  14. ;arg src cmd dest rest;if cmd ~='NOTICE' then exit;if substr(src,2,8) ~='NICKSERV' then exit;xp=pos(':THIS NICK IS OWNED',rest);if xp=0 then exit;'say' '/Rx DalHelper n ID';exit